The Transform Object
QuickDraw GX provides you with access to an individual transform object through a transform reference:
typedef struct gxPrivateTransformRecord *gxTransform;In this type definition,gxTransform
is a type-checked reference, not an actual pointer to any defined structure. The contents of the transform object are private.